Data source

Objective of A3

The objective of this third assignment is to use the ranked file from A2 and perform non-thresholded analysis with GSEA (Version 4.0.3) (Efron and Tibshirani 2019). Then the result is compared to the result from thresholded analysis in A2. Finally, cytoscape (Version 3.7.2, Java 1.8.0_162 by Oracle Corporation)(Lopes et al. 2010) is used to help to create a visualization of the up and down regulated genes along with annotations from the Bader lab. Post analysis is performed with drugBank datasets from Bader lab as well. Other details such as performing the analysis of cytoscape can be retrieved from my Journal

A1

My data is from GSE84054 (Goh et al. 2017)

What I have changed in A1: I decided to leave the genes that have duplicated names because Ruth sugguested that they are a very small number compare to my total number of genes, ~1%. So I deleted many steps in A1, and made the cleaning step clearer by showing boxplots, density plots and MDS plots in each cleaning step.

Download data

Group samples - pre-filtered

Check GENEID duplications

Explore

Boxplot - prefiltered

Density Plot - prefiltered

MDS plot - prefiltered

Filter

Explore: filtered

MDS plot - filtered

Identifier mapping

Unmapped GENEIDs

I proved in A1 that the 17 unmapped gene ids are actually duplicates. The reason why the previous check did not catch them was because if we change the “R” to “0”, they can be detected. (They are exactly same, except locating on the Y chromosome). So here I am just going to remove them.

Group samples - Filtered (SAME)

GENE name duplication - 12

  • In A1 I showed that there are 41 duplications (12 unique ones), Ruth sugguested to keep them because it is a very small percent. But I find the MDS plot (color by sample) will be a little messy if I keep them. But color by patient totaly works.

Apply normalization on expr_filtered

A2

Load data

Loaded my normalized data from A1.

Explore: Normalized

We need to explore the data again after normalization to ensure the normalized data reaches our expectations. 1. boxplot - normalized

  1. density plot - normalized

PART #1: differential expression

  1. Calculate p-values for each of the genes in your expression set. How many genes were significantly differentially expressed? What thresholds did you use and why?
  • There are 7464 genes that are below the p-value. The threshold I used is 0.05 because this is what the authors of the paper sugguested that they use.
  1. Multiple hypothesis testing - correct your p-values using a multiple hypothesis correction method. Which method did you use? And Why? How many genes passed correction?
  • I used FDR correction which is also what the authors of the paper specified. 5033 genes passed the correction. Both the p-value and the correction data are based on the edgeR package, not the limma package. I used the limma package up till the point of calculating differential expression like what is sugguested on the lecture notes.
  1. Show the amount of differentially expressed genes using an MA Plot or a Volcano plot. Highlight genes of interest.
  • I showed a volcano plot using my edgeR fitted data and highlighed the upregulated to be red and down regulated to be blue.
  1. Visualize your top hits using a heatmap. Do you conditions cluster together? Explain why or why not.
  • My data clustered perfectly according to their cell types which is what my model design based on. My interpretation for the graph would be that since the colors are opposite to each other in the two different cell types, it means that the genes that are upregulated in tumoursphere would be down regulated in primary tumour samples. The shows a great results that the upregulated genes can be potential biomarkers to track if tumoursphere is present or not.

1. Choice of factors in my model

  • I created the MDS by both using “cell_type” and “cell_type” and “patient”. The comparison between the two models is fairly clear: we should only depend on the factor “cell_type”, since there seems to be no correlation with each patient.

2. Define my model design

Based on the two models in part1, I decide to base my model only on “cell_type”

3. Calculate p-value

There are 6988 genes that pass the p-value = 0.05 which is chosen based on the paper.

4. Set up EdgeR object

5. Test whether my data is suitable for edgeR - MeanVar plot

I have shown that my data is suitable for using edgeR for further analysis. The data follows the binomial distribution.

6. Estimate dispersion - BCV plot

The individual dots represent each gene and the blue line is the overall trend line.

7. Genes pass threshold and FDR correction

I used Quasi-likelihood models to fit my data and used QLFTest to test for differential expression. The Quasi-likelihood compares two conditions (primary tumour and tumoursphere) and shows the up and down-regulated genes. The result below that are sorted by p-value. I also inspected the number of genes that satisty my threshold and correction. I choose to use FDR correction based on the paper as well(Goh et al. 2017) . There are 7467 genes pass the p-value = 0.05, and 5033 genes that pass the FDR correction.

8. Up and down-regulated genes

I determined the number of up-regulated genes by selecting every gene that does not pass my p-value: 0.05, and also have a positive log fold change. Down-regulated genes are selected in the same way with a negative log fold change. Stored these data for later enrichment analysis on gProfileR.

9. Show up and down-regulated genes

I have shown the up and down-regulated genes in a volcano plot by coloring them in red and blue, the code is from (Annick Moisan, n.d.)

10. Test Differential expression - heatmap

To test the differential expression, I used the heatmap and it has shown a clear distinction between up and down regulated genes. There is a clear difference between the primary tumour samples and tumoursphere samples.(They are reversed.) The clustering is very obvious to show that differential expression exists.

PART 2: Thresholded over-representation analysis

Introduction to PART 2:

  1. Which method did you choose and why?
  • I chose to use g:profiler because it shows me the top term names in KEGG, WP, GO and REAC, which is helpful for me when deciding what type of disease it is most likely to be.
  1. What annotation data did you use and why? What version of the annotation are you using?
  • GO biological process: releases/2019-07-01
  • KEGG: KEGG FTP Release 2019-09-30
  • Reactome: ensembl classes: 2019-10-2
  • WikiPathways: 20190910
  1. How many genesets were returned with what thresholds?
  • The threshold for all the queries: 0.05
  • 821 gene sets are returned for all the differentially expressed genes.
  • 60 gene sets are returned for up-regulated genes.
  • 1333 gene sets are returned for down-regulated genes.
  1. Run the analysis using the up-regulated set of genes, and the down-regulated set of genes separately. How do these results compare to using the whole list (i.e all differentially expressed genes together vs. the up-regulated and down regulated differentially expressed genes separately)?
  • The up-regulated gene sets are mostly cellular processes and metabolic processes.
  • The top terms for down-regulated gene sets are mostly signaling pathways and metabolic processes/
  • When running with both up and down-regulated genes, I found that most of them are dominated by the metabolic and cellular processes (up regulated top terms). Therefore, it convinces me the importance of the up-regulated genes in the cancer. And the result aligns with the paper that states the cancer is of subtype “basal”.
  • Below are my results for each up-regulated, down-regulated, and differentially expressed (both).

Up regulated genes

There were no REAC found. I used the gprofiler2’s function to query data and also attached the screenshots that I took on their website since the package does not show the number of gene sets each has found.

Down regulated genes

The some analysis is apply to down regulated

All differentially expressed genes

Interpretation questions

  1. Do the over-representation results support conclusions or mechanism discussed in the original paper?
  • The paper found 1401 genes being up-regulated with fold change > 2 and FDR < 0.05. I found 1312 which is roughly similar. They also found that ALDH family is up-regulated as well. But I found 3 of them in my upregulated genes. The disease is indicated as 31% of basal-like tumors, 12% (HER2)+ tumors and 10% of luminal tumors, since the top terms of my upregulated genes are metabolic processes, therefore, the result aligns with the paper.
  • The paper did not mention about the down-regulated genes.
  1. Evidence that support and how they support your results.
  • My result #1: ALDH family is found in my up regulated genes. Verification of over-representation of ALDH is an important family in breast cancer by (Vassalli 2019). They consider ALDH family as a biomarker for breast cancer which sugguests that my result (the fact that up-regulated genes contains the ALDH family is verified).
  • My result #2: top terms of the upregulated genes are mostly cellular and metabolic processes. (Vasiliou and Nebert 2005) convinces me that my result from g:profiler matches with the basal subtype. The paper states that mutations in ALDH genes causes metabolism errors, for example, Sjögren - Larsson syndrome, type II hyperprolinaemia and γ-hydroxybutyric aciduria and even cancer and Alzheimer’s disease.

A3

R Libraries used:

Part 1: Non-thresholded Gene set Enrichment Analysis

1.Get Bader lab gene sets

  • The code is inspired by lecture notes: non-thresholded analysis unit.
gmt_url = "http://download.baderlab.org/EM_Genesets/current_release/Human/symbol/"
# list all the files on the server
filenames = getURL(gmt_url)
tc = textConnection(filenames)
contents = readLines(tc)
close(tc)
# get the gmt that has all the pathways and does not include terms inferred from
# electronic annotations(IEA) start with gmt file that has pathways only
rx = gregexpr("(?<=<a href=\")(.*.GOBP_AllPathways_no_GO_iea.*.)(.gmt)(?=\">)", contents, 
    perl = TRUE)
gmt_file = unlist(regmatches(contents, rx))
download.file(paste(gmt_url, gmt_file, sep = ""), destfile = dest_gmt_file)

2. Compute ranks

  • I obtained the rank file, computed the ranks and sorted table by ranks. The output file is “expr_RNAseq_ranks.rnk” which is to be loaded into GSEA for further analysis.
# compute ranks
qlf_output_hits_withgn[,"rank"] <- log(qlf_output_hits_withgn$PValue, base = 10) * sign(qlf_output_hits_withgn$logFC)

# sort table by ranks
qlf_output_hits_withgn <- qlf_output_hits_withgn[order(qlf_output_hits_withgn$rank),]

# write gene name and rank to table
write.table(x=qlf_output_hits_withgn[, c(2, ncol(qlf_output_hits_withgn))],
            file="expr_RNAseq_ranks.rnk",sep = "\t",
            row.names = FALSE,col.names = FALSE,quote = FALSE)
kable(head(qlf_output_hits_withgn), caption = "Expr_RNAseq_ranks", format="html") %>%
  kable_styling(bootstrap_options = "hover")
Expr_RNAseq_ranks
GENEID SYMBOL logFC logCPM F PValue FDR rank
6712 ENSG00000138061 CYP1B1 4.702632 8.7663234 69.53909 0e+00 1.10e-06 -8.279169
7041 ENSG00000140465 CYP1A1 15.269415 6.7840800 103.52965 0e+00 2.30e-06 -7.783528
3203 ENSG00000108448 TRIM16L 2.649821 5.1277576 51.14183 1e-07 9.50e-06 -7.006173
12935 ENSG00000184292 TACSTD2 2.713284 8.1525339 50.03904 1e-07 1.07e-05 -6.920426
5676 ENSG00000131174 COX7B 2.145485 8.2378456 49.36129 1e-07 1.16e-05 -6.867103
16977 ENSG00000235899 RP11-345L23.1 6.388144 0.1678515 49.21533 1e-07 1.18e-05 -6.855557

3. Conduct non-thresholded gene set enrichment analysis

I used the computed ranked set of genes to compute the non-thresholded gene set entichment analysis with GSEA_4.0.3.(Efron and Tibshirani 2019) I loaded the rank file “expr_RNAseq_ranks.rnk” and Bader Lab gene set “human_GOBP_AllPathways_no_GO_iea_March_01_2020_symbol.gmt”. The parameters are permutation = 100, no collapse, max = 200, min = 15. The file obtained is: “A3_part1_non_thres.GseaPreranked.1584469398976”. Here is a screenshot before performing the analysis on GSEA.

4. Summarize enrichment results

My data is divided into “POS” and “NEG” which correspond to up-regulatedand down-regulated genes.

  • For the “POS” group,
    • Humoral immune response is the top term
    • P-val = 0,
    • 9 genes in its leading edge
    • The top gene associated with this geneset is IGKV2D-28.
Down-regulated_top_terms
NAME SIZE ES NES NOM.p.val FDR.q.val FWER.p.val RANK.AT.MAX LEADING.EDGE
TGF_BETA_RECEPTOR%IOB%TGF_BETA_RECEPTOR 185 -0.2044902 NA NA 1 0 1836 tags=15%, list=9%, signal=16%
HALLMARK_ADIPOGENESIS%MSIGDB_C2%HALLMARK_ADIPOGENESIS 193 -0.3041408 NA NA 1 0 2169 tags=23%, list=11%, signal=26%
HALLMARK_OXIDATIVE_PHOSPHORYLATION%MSIGDB_C2%HALLMARK_OXIDATIVE_PHOSPHORYLATION 197 -0.6852279 NA NA 1 0 2021 tags=39%, list=10%, signal=43%
HALLMARK_P53_PATHWAY%MSIGDB_C2%HALLMARK_P53_PATHWAY 195 -0.2911640 NA NA 1 0 2716 tags=24%, list=14%, signal=28%
TRANSPORT TO THE GOLGI AND SUBSEQUENT MODIFICATION%REACTOME DATABASE ID RELEASE 71%948021 155 -0.1743973 NA NA 1 0 3435 tags=24%, list=17%, signal=29%
MITOTIC ANAPHASE%REACTOME DATABASE ID RELEASE 71%68882 173 -0.4131416 NA NA 1 0 3058 tags=32%, list=15%, signal=37%
  • In the “NEG” group,
    • TGF beta receptor is the top term
    • P-val = 0
    • 185 genes in its leading edge
    • The top gene associated with is PRKCB.
Down-regulated_top_terms
NAME SIZE ES NES NOM.p.val FDR.q.val FWER.p.val RANK.AT.MAX LEADING.EDGE
TGF_BETA_RECEPTOR%IOB%TGF_BETA_RECEPTOR 185 -0.2044902 NA NA 1 0 1836 tags=15%, list=9%, signal=16%
HALLMARK_ADIPOGENESIS%MSIGDB_C2%HALLMARK_ADIPOGENESIS 193 -0.3041408 NA NA 1 0 2169 tags=23%, list=11%, signal=26%
HALLMARK_OXIDATIVE_PHOSPHORYLATION%MSIGDB_C2%HALLMARK_OXIDATIVE_PHOSPHORYLATION 197 -0.6852279 NA NA 1 0 2021 tags=39%, list=10%, signal=43%
HALLMARK_P53_PATHWAY%MSIGDB_C2%HALLMARK_P53_PATHWAY 195 -0.2911640 NA NA 1 0 2716 tags=24%, list=14%, signal=28%
TRANSPORT TO THE GOLGI AND SUBSEQUENT MODIFICATION%REACTOME DATABASE ID RELEASE 71%948021 155 -0.1743973 NA NA 1 0 3435 tags=24%, list=17%, signal=29%
MITOTIC ANAPHASE%REACTOME DATABASE ID RELEASE 71%68882 173 -0.4131416 NA NA 1 0 3058 tags=32%, list=15%, signal=37%

5. Compare to the results from thresholded analysis

I used g:profiler in A2 to conduct thresholded analysis. The result showed that both the up-regulated and the down-regulated genes have metabolic terms associated. Whereas using the non-thresholded methods, immune response seems to be associated with up-regulated genes. Beta-receptor seems to be associated with the down-regulated group which is the same as the result from g:profiler. Both thresholded and non-thresholded over-representation analysis shows that the disease is associated with immune response and metabolic malfunctions. Such result is consistent with the result from the paper, and I have found some of the evidences from the other papers in A2, showing that breast cancer is associated with these top terms.

Part 2: Visualize Gene set Enrichment Analysis

1. Create an enrichment map

  • The following visualization is conducted using Cytoscape (Lopes et al. 2010)
  • The parameters I used when creating the enrichment map: FDR was set to 0.01, others are kept as default.
  • Basic information: there are 456 nodes and 5087 edges in the resulting map.
  • Here is a screenshot that gives information about the creation of the enrichment map.

2. Annotate the enrichment map

I defined the main biological themes by using clicking on “auto annotate” -> “annotate”. The system created circles around each cluster which corresponds to the most frequent node lavles in the cluster. Here is a screenshot of the overview.

3. Manually edit the network

  • I made sure that there is no overlap between the labels and the nodes. I also oragnized them to make the interactions clearer. The legend is obtained from Bader lab’s website.
  • I did not screenshot the network since it is the same as the resulting graph that also contains the two drugs I picked. The screenshot can be found in the section: " Post analysis - Drug Bank".

4. Collapse to a theme network

  • Generally, the major themes I found after collapsing the annotated network: immune responses, cell proliferation, tageting, and signaling.There seems to be no novel pathways.
  • Here is an overview of the collapsed graph.

5. Interpretation of the annotated network

  • Terms on the left are up-regulated genes and terms on the right are down-regulated genes. The lines shows us the interactions between each most frequent terms.
  • On the left side, we can see that the term that has the most interactions with the rest is “response immune immunoglobulin”. It is connected to terms like “lymphocyte proliferation”, “differentiation”, “negative cell regulation”, “signaling”, etc. Elevated level immunoglobulin antibodies is frequently observed in cancers of epithelial origin, including carcinomas of breast, colon, and liver.(Qiu et al. 2003) Therefore, it justifies the reason why this term is up-regulated.
  • On the right side, we notice the main term is “APC dedegradation” (with the most genes). Antigen presenting cells (APCs) are immune cells that specialize in presenting an antigen to a T-cell. APC protein acts as a tumor suppressor, therefore, the degradation of APC means that the suppressor is no longer fully supplied which can not stop the disease from expanding. Other terms are related to cell * transport, etc.
  • In conclusion, those terms are predicted by the g:profiler in A2 even if they don’t have the exact same names. Therefore, we can conclude that the disease is mostly due to immune response malfunction, which then leads to problems in cell metabolism in various ways.

6. Post analysis - Drug Bank

The reason why I choose to do the post analysis with drugs is because the paper mentioned about finding a target for a drug. The drug is Pacritinib. However, this drug is not annotated, and thus not stored in the Bader Lab file. Therefore, I chose the top drug (Abciximab) (Law et al. 2014) from Bader lab approved drugs file. The paper also mentioned that they use Gemcitabine to treat breast cancer if the disease does not expand further.

References

Annick Moisan, Nathalie Villa-Vialaneix, Ignacio Gonzales. n.d. “Practical Statistical Analysis of Rna-Seq Data - edgeR - Tomato Data.”

Efron, Brad, and R. Tibshirani. 2019. GSA: Gene Set Analysis. https://CRAN.R-project.org/package=GSA.

Goh, Jian Yuan, Min Feng, Wenyu Wang, Gokce Oguz, Siti Maryam JM Yatim, Puay Leng Lee, Yi Bao, et al. 2017. “Chromosome 1q21.3 Amplification Is a Trackable Biomarker and Actionable Target for Breast Cancer Recurrence.” Nature Medicine 23 (11). Nature Publishing Group: 1319.

Gu, Zuguang, Roland Eils, and Matthias Schlesner. 2016. “Complex Heatmaps Reveal Patterns and Correlations in Multidimensional Genomic Data.” Bioinformatics.

Gu, Zuguang, Lei Gu, Roland Eils, Matthias Schlesner, and Benedikt Brors. 2014. “Circlize Implements and Enhances Circular Visualization in R.” Bioinformatics 30 (19): 2811–2.

Kolberg, Liis, and Uku Raudvere. 2019. Gprofiler2: Interface to the ’G:Profiler’ Toolset. https://CRAN.R-project.org/package=gprofiler2.

Law, Vivian, Craig Knox, Yannick Djoumbou, Tim Jewison, An Chi Guo, Yifeng Liu, Adam Maciejewski, et al. 2014. “DrugBank 4.0: Shedding New Light on Drug Metabolism.” Nucleic Acids Research 42 (D1). Oxford University Press: D1091–D1097.

Lopes, Christian T, Max Franz, Farzana Kazi, Sylva L Donaldson, Quaid Morris, and Gary D Bader. 2010. “Cytoscape Web: An Interactive Web-Based Network Browser.” Bioinformatics 26 (18). Oxford University Press: 2347–8.

Qiu, Xiaoyan, Xiaohui Zhu, Liang Zhang, Yuntao Mao, Jian Zhang, Peng Hao, Guohui Li, et al. 2003. “Human Epithelial Cancers Secrete Immunoglobulin G with Unidentified Specificity to Promote Growth and Survival of Tumor Cells.” Cancer Research 63 (19). AACR: 6488–95.

Rainer, Johannes. 2017. EnsDb.Hsapiens.v75: Ensembl Based Annotation Package.

Ritchie, Matthew E, Belinda Phipson, Di Wu, Yifang Hu, Charity W Law, Wei Shi, and Gordon K Smyth. 2015. “limma Powers Differential Expression Analyses for RNA-Sequencing and Microarray Studies.” Nucleic Acids Research 43 (7): e47. https://doi.org/10.1093/nar/gkv007.

Temple Lang, Duncan. 2020. RCurl: General Network (Http/Ftp/...) Client Interface for R. https://CRAN.R-project.org/package=RCurl.

Vasiliou, Vasilis, and Daniel W Nebert. 2005. “Analysis and Update of the Human Aldehyde Dehydrogenase (Aldh) Gene Family.” Human Genomics 2 (2). BioMed Central: 138.

Vassalli, Giuseppe. 2019. “Aldehyde Dehydrogenases: Not Just Markers, but Functional Regulators of Stem Cells.” Stem Cells International 2019. Hindawi.

Xie, Yihui. 2020. Knitr: A General-Purpose Package for Dynamic Report Generation in R. https://yihui.org/knitr/.

Zhu, Hao. 2019. KableExtra: Construct Complex Table with ’Kable’ and Pipe Syntax. https://CRAN.R-project.org/package=kableExtra.

LS0tCnRpdGxlOiAiQTM6IERhdGEgc2V0IFBhdGh3YXkgYW5kIE5ldHdvcmsgQW5hbHlzaXMiCmF1dGhvcjogIllpbmluZyBEaW5nIgpvdXRwdXQ6CiAgaHRtbF9ub3RlYm9vazoKICAgIHRvYzogeWVzCiAgICB0b2NfZGVwdGg6IDMKYmlibGlvZ3JhcGh5OiBBMi5iaWIKLS0tCiMgRGF0YSBzb3VyY2UgCiogVGhlIEdFTyBzZXJpZXMgdXNlZCBpbiB0aGlzIGFzc2lnbm1lbnQgaXMgR1NFODQwNTQsICJUcmFuc2NyaXB0b21lIHByb2ZpbGluZyBvZiBFUisgYnJlYXN0IGNhbmNlciBwcmltYXJ5IHR1bW9yIGFuZCBpdHMgdHVtb3JzcGhlcmUgZGVyaXZhdGl2ZSIgW0Bnb2gyMDE3Y2hyb21vc29tZV0uIFRoZSBkYXRhIGNvbnRhaW5zIDEyIHBhdGllbnRzLCBlYWNoIGhhdmluZyBib3RoIHR1bXVyc3BoZXJlIGFuZCBwcmltYXJ5IHR1bW91ci4gRnJvbSB0aGUgcGFwZXIsIHRoZSBhdXRob3JzIHBlcmZvcm1lZCBSTkEtc2VxIGFuYWx5c2lzIHRvIGZpbmQgZGlmZmVyZW50aWFsbHkgZXhwcmVzc2VkIGdlbmVzIGZyb20gdGhlIHR3byBncm91cHMuIFRoZXkgYWxzbyBkaXNjb3ZlcmVkIGEgcG90ZW50aWFsIGRydWcgdGFyZ2V0LiBUaGUgZHJ1ZyB0aGV5IHN1Z2d1ZXN0ZWQgdGhhdCBtYXkgaGF2ZSBlZmZlY3QgaXMgUGFjcml0aW5pYiB3aGljaCBpcyBzdGlsbCBiZWluZyBhbm5vdGF0ZWQuCgoKIyBPYmplY3RpdmUgb2YgQTMKVGhlIG9iamVjdGl2ZSBvZiB0aGlzIHRoaXJkIGFzc2lnbm1lbnQgaXMgdG8gdXNlIHRoZSByYW5rZWQgZmlsZSBmcm9tIEEyIGFuZCBwZXJmb3JtIG5vbi10aHJlc2hvbGRlZCBhbmFseXNpcyB3aXRoIEdTRUEgKFZlcnNpb24gNC4wLjMpIFtAR1NBXS4gVGhlbiB0aGUgcmVzdWx0IGlzIGNvbXBhcmVkIHRvIHRoZSByZXN1bHQgZnJvbSB0aHJlc2hvbGRlZCBhbmFseXNpcyBpbiBBMi4gRmluYWxseSwgY3l0b3NjYXBlIChWZXJzaW9uIDMuNy4yLCBKYXZhIDEuOC4wXzE2MiBieSBPcmFjbGUgQ29ycG9yYXRpb24pW0Bsb3BlczIwMTBjeXRvc2NhcGVdIGlzIHVzZWQgdG8gaGVscCB0byBjcmVhdGUgYSB2aXN1YWxpemF0aW9uIG9mIHRoZSB1cCBhbmQgZG93biByZWd1bGF0ZWQgZ2VuZXMgYWxvbmcgd2l0aCBhbm5vdGF0aW9ucyBmcm9tIHRoZSBCYWRlciBsYWIuIFBvc3QgYW5hbHlzaXMgaXMgcGVyZm9ybWVkIHdpdGggZHJ1Z0JhbmsgZGF0YXNldHMgZnJvbSBCYWRlciBsYWIgYXMgd2VsbC4gT3RoZXIgZGV0YWlscyBzdWNoIGFzIHBlcmZvcm1pbmcgdGhlIGFuYWx5c2lzIG9mIGN5dG9zY2FwZSBjYW4gYmUgcmV0cmlldmVkIGZyb20gW215IEpvdXJuYWxdKGh0dHBzOi8vZ2l0aHViLmNvbS9iY2I0MjAtMjAyMC9zdHVkZW50X2hlbGVuMzA3L3dpa2kvYTMpCgoKCmBgYHtyIGNoaWxkPSdBMi5SbWQnLCBpbmNsdWRlPUZBTFNFLCBldmFsPVRSVUUsIGVjaG89RkFMU0UsIHJlc3VsdHM9J2hpZGUnfQpgYGAKCiMgQTMKClIgTGlicmFyaWVzIHVzZWQ6IAoKKiBSQ3VybFtAUkN1cmxdCioga25pdHJbQGtuaXRyXQoqIGthYmxlRXh0cmFbQGthYmxlRXh0cmFdCiogR1NBW0BHU0FdCgpgYGB7ciwgaW5jbHVkZT1GQUxTRX0KCmlmICghcmVxdWlyZU5hbWVzcGFjZSgiQmlvY01hbmFnZXIiLCBxdWlldGx5ID0gVFJVRSkpCiAgICBpbnN0YWxsLnBhY2thZ2VzKCJSQ3VybCIpCgppZiAoIXJlcXVpcmVOYW1lc3BhY2UoIkJpb2NNYW5hZ2VyIiwgcXVpZXRseSA9IFRSVUUpKQogICAgaW5zdGFsbC5wYWNrYWdlcygiR1NBIikKCmlmICghcmVxdWlyZU5hbWVzcGFjZSgiQmlvY01hbmFnZXIiLCBxdWlldGx5ID0gVFJVRSkpCiAgICBpbnN0YWxsLnBhY2thZ2VzKCJrbml0ciIpCgppZiAoIXJlcXVpcmVOYW1lc3BhY2UoIkJpb2NNYW5hZ2VyIiwgcXVpZXRseSA9IFRSVUUpKXsKICAgIGluc3RhbGwucGFja2FnZXMoImthYmxlRXh0cmEiKQp9CgpsaWJyYXJ5KFJDdXJsKQpsaWJyYXJ5KEdTQSkKbGlicmFyeShrbml0cikKbGlicmFyeShrYWJsZUV4dHJhKQpgYGAKIyBQYXJ0IDE6IE5vbi10aHJlc2hvbGRlZCBHZW5lIHNldCBFbnJpY2htZW50IEFuYWx5c2lzCgojIyAxLkdldCBCYWRlciBsYWIgZ2VuZSBzZXRzCiogVGhlIGNvZGUgaXMgaW5zcGlyZWQgYnkgbGVjdHVyZSBub3Rlczogbm9uLXRocmVzaG9sZGVkIGFuYWx5c2lzIHVuaXQuCmBgYHtyfQpnbXRfdXJsID0gImh0dHA6Ly9kb3dubG9hZC5iYWRlcmxhYi5vcmcvRU1fR2VuZXNldHMvY3VycmVudF9yZWxlYXNlL0h1bWFuL3N5bWJvbC8iCiMgbGlzdCBhbGwgdGhlIGZpbGVzIG9uIHRoZSBzZXJ2ZXIKZmlsZW5hbWVzID0gZ2V0VVJMKGdtdF91cmwpCnRjID0gdGV4dENvbm5lY3Rpb24oZmlsZW5hbWVzKQpjb250ZW50cyA9IHJlYWRMaW5lcyh0YykKY2xvc2UodGMpCiMgZ2V0IHRoZSBnbXQgdGhhdCBoYXMgYWxsIHRoZSBwYXRod2F5cyBhbmQgZG9lcyBub3QgaW5jbHVkZSB0ZXJtcyBpbmZlcnJlZCBmcm9tCiMgZWxlY3Ryb25pYyBhbm5vdGF0aW9ucyhJRUEpIHN0YXJ0IHdpdGggZ210IGZpbGUgdGhhdCBoYXMgcGF0aHdheXMgb25seQpyeCA9IGdyZWdleHByKCIoPzw9PGEgaHJlZj1cIikoLiouR09CUF9BbGxQYXRod2F5c19ub19HT19pZWEuKi4pKC5nbXQpKD89XCI+KSIsIGNvbnRlbnRzLCAKICAgIHBlcmwgPSBUUlVFKQpnbXRfZmlsZSA9IHVubGlzdChyZWdtYXRjaGVzKGNvbnRlbnRzLCByeCkpCmRvd25sb2FkLmZpbGUocGFzdGUoZ210X3VybCwgZ210X2ZpbGUsIHNlcCA9ICIiKSwgZGVzdGZpbGUgPSBkZXN0X2dtdF9maWxlKQpgYGAKCiMjIDIuIENvbXB1dGUgcmFua3MgCiogSSBvYnRhaW5lZCB0aGUgcmFuayBmaWxlLCBjb21wdXRlZCB0aGUgcmFua3MgYW5kIHNvcnRlZCB0YWJsZSBieSByYW5rcy4gVGhlIG91dHB1dCBmaWxlIGlzICJleHByX1JOQXNlcV9yYW5rcy5ybmsiIHdoaWNoIGlzIHRvIGJlIGxvYWRlZCBpbnRvIEdTRUEgZm9yIGZ1cnRoZXIgYW5hbHlzaXMuCgpgYGB7cn0KIyBjb21wdXRlIHJhbmtzCnFsZl9vdXRwdXRfaGl0c193aXRoZ25bLCJyYW5rIl0gPC0gbG9nKHFsZl9vdXRwdXRfaGl0c193aXRoZ24kUFZhbHVlLCBiYXNlID0gMTApICogc2lnbihxbGZfb3V0cHV0X2hpdHNfd2l0aGduJGxvZ0ZDKQoKIyBzb3J0IHRhYmxlIGJ5IHJhbmtzCnFsZl9vdXRwdXRfaGl0c193aXRoZ24gPC0gcWxmX291dHB1dF9oaXRzX3dpdGhnbltvcmRlcihxbGZfb3V0cHV0X2hpdHNfd2l0aGduJHJhbmspLF0KCiMgd3JpdGUgZ2VuZSBuYW1lIGFuZCByYW5rIHRvIHRhYmxlCndyaXRlLnRhYmxlKHg9cWxmX291dHB1dF9oaXRzX3dpdGhnblssIGMoMiwgbmNvbChxbGZfb3V0cHV0X2hpdHNfd2l0aGduKSldLAogICAgICAgICAgICBmaWxlPSJleHByX1JOQXNlcV9yYW5rcy5ybmsiLHNlcCA9ICJcdCIsCiAgICAgICAgICAgIHJvdy5uYW1lcyA9IEZBTFNFLGNvbC5uYW1lcyA9IEZBTFNFLHF1b3RlID0gRkFMU0UpCmthYmxlKGhlYWQocWxmX291dHB1dF9oaXRzX3dpdGhnbiksIGNhcHRpb24gPSAiRXhwcl9STkFzZXFfcmFua3MiLCBmb3JtYXQ9Imh0bWwiKSAlPiUKICBrYWJsZV9zdHlsaW5nKGJvb3RzdHJhcF9vcHRpb25zID0gImhvdmVyIikKYGBgCgoKCiMjIDMuIENvbmR1Y3Qgbm9uLXRocmVzaG9sZGVkIGdlbmUgc2V0IGVucmljaG1lbnQgYW5hbHlzaXMKCkkgdXNlZCB0aGUgY29tcHV0ZWQgcmFua2VkIHNldCBvZiBnZW5lcyB0byBjb21wdXRlIHRoZSBub24tdGhyZXNob2xkZWQgZ2VuZSBzZXQgZW50aWNobWVudCBhbmFseXNpcyB3aXRoIEdTRUFfNC4wLjMuW0BHU0FdIEkgbG9hZGVkIHRoZSByYW5rIGZpbGUgImV4cHJfUk5Bc2VxX3JhbmtzLnJuayIgYW5kIEJhZGVyIExhYiBnZW5lIHNldCAiaHVtYW5fR09CUF9BbGxQYXRod2F5c19ub19HT19pZWFfTWFyY2hfMDFfMjAyMF9zeW1ib2wuZ210Ii4gVGhlIHBhcmFtZXRlcnMgYXJlIHBlcm11dGF0aW9uID0gMTAwLCBubyBjb2xsYXBzZSwgbWF4ID0gMjAwLCBtaW4gPSAxNS4gVGhlIGZpbGUgb2J0YWluZWQgaXM6ICJBM19wYXJ0MV9ub25fdGhyZXMuR3NlYVByZXJhbmtlZC4xNTg0NDY5Mzk4OTc2Ii4gSGVyZSBpcyBhIHNjcmVlbnNob3QgYmVmb3JlIHBlcmZvcm1pbmcgdGhlIGFuYWx5c2lzIG9uIEdTRUEuCiFbXShpbWFnZS9nc2VhX2JlZm9yZS5wbmcpCgoKIyMgNC4gU3VtbWFyaXplIGVucmljaG1lbnQgcmVzdWx0cwoKTXkgZGF0YSBpcyBkaXZpZGVkIGludG8gIlBPUyIgYW5kICJORUciIHdoaWNoIGNvcnJlc3BvbmQgdG8gdXAtcmVndWxhdGVkYW5kIGRvd24tcmVndWxhdGVkIGdlbmVzLiAKCiogRm9yIHRoZSAiUE9TIiBncm91cCwgCiAgKiBIdW1vcmFsIGltbXVuZSByZXNwb25zZSBpcyB0aGUgdG9wIHRlcm0gCiAgKiBQLXZhbCA9IDAsIAogICogOSBnZW5lcyBpbiBpdHMgbGVhZGluZyBlZGdlCiAgKiBUaGUgdG9wIGdlbmUgYXNzb2NpYXRlZCB3aXRoIHRoaXMgZ2VuZXNldCBpcyBJR0tWMkQtMjguIAoKYGBge3IsIGVjaG89RkFMU0V9CnBvcyA8LSByZWFkLmRlbGltKCIvVXNlcnMvaGVsZW5kaW5nL0RvY3VtZW50cy9iY2I0MjAvZ3NlYV9yZXN1bHQvZ3NlYV9yZXBvcnRfZm9yX25hX3Bvc18xNTg0NDY5Mzk4OTc2LnhscyIpCmthYmxlKGhlYWQobmVnWyxjKDEsIDQsIDUsIDYsIDcsIDgsIDksIDEwLCAxMSldKSwgY2FwdGlvbiA9ICJEb3duLXJlZ3VsYXRlZF90b3BfdGVybXMiLCBmb3JtYXQ9Imh0bWwiKSAlPiUKICBrYWJsZV9zdHlsaW5nKGJvb3RzdHJhcF9vcHRpb25zID0gImhvdmVyIikKYGBgCgoqIEluIHRoZSAiTkVHIiBncm91cCwgCiAgKiBUR0YgYmV0YSByZWNlcHRvciBpcyB0aGUgdG9wIHRlcm0KICAqIFAtdmFsID0gMAogICogMTg1IGdlbmVzIGluIGl0cyBsZWFkaW5nIGVkZ2UKICAqIFRoZSB0b3AgZ2VuZSBhc3NvY2lhdGVkIHdpdGggaXMgUFJLQ0IuCgpgYGB7ciwgZWNobz1GQUxTRX0KbmVnIDwtIHJlYWQuZGVsaW0oIi9Vc2Vycy9oZWxlbmRpbmcvRG9jdW1lbnRzL2JjYjQyMC9nc2VhX3Jlc3VsdC9nc2VhX3JlcG9ydF9mb3JfbmFfbmVnXzE1ODQ0NjkzOTg5NzYueGxzIikKa2FibGUoaGVhZChuZWdbLGMoMSwgNCwgNSwgNiwgNywgOCwgOSwgMTAsIDExKV0pLCBjYXB0aW9uID0gIkRvd24tcmVndWxhdGVkX3RvcF90ZXJtcyIsIGZvcm1hdD0iaHRtbCIpICU+JQogIGthYmxlX3N0eWxpbmcoYm9vdHN0cmFwX29wdGlvbnMgPSAiaG92ZXIiKQpgYGAKCiMjIDUuIENvbXBhcmUgdG8gdGhlIHJlc3VsdHMgZnJvbSB0aHJlc2hvbGRlZCBhbmFseXNpcwoKSSB1c2VkIGc6cHJvZmlsZXIgaW4gQTIgdG8gY29uZHVjdCB0aHJlc2hvbGRlZCBhbmFseXNpcy4gVGhlIHJlc3VsdCBzaG93ZWQgdGhhdCBib3RoIHRoZSB1cC1yZWd1bGF0ZWQgYW5kIHRoZSBkb3duLXJlZ3VsYXRlZCBnZW5lcyBoYXZlIG1ldGFib2xpYyB0ZXJtcyBhc3NvY2lhdGVkLiBXaGVyZWFzIHVzaW5nIHRoZSBub24tdGhyZXNob2xkZWQgbWV0aG9kcywgaW1tdW5lIHJlc3BvbnNlIHNlZW1zIHRvIGJlIGFzc29jaWF0ZWQgd2l0aCB1cC1yZWd1bGF0ZWQgZ2VuZXMuIEJldGEtcmVjZXB0b3Igc2VlbXMgdG8gYmUgYXNzb2NpYXRlZCB3aXRoIHRoZSBkb3duLXJlZ3VsYXRlZCBncm91cCB3aGljaCBpcyB0aGUgc2FtZSBhcyB0aGUgcmVzdWx0IGZyb20gZzpwcm9maWxlci4gQm90aCB0aHJlc2hvbGRlZCBhbmQgbm9uLXRocmVzaG9sZGVkIG92ZXItcmVwcmVzZW50YXRpb24gYW5hbHlzaXMgc2hvd3MgdGhhdCB0aGUgZGlzZWFzZSBpcyBhc3NvY2lhdGVkIHdpdGggaW1tdW5lIHJlc3BvbnNlIGFuZCBtZXRhYm9saWMgbWFsZnVuY3Rpb25zLiBTdWNoIHJlc3VsdCBpcyBjb25zaXN0ZW50IHdpdGggdGhlIHJlc3VsdCBmcm9tIHRoZSBwYXBlciwgYW5kIEkgaGF2ZSBmb3VuZCBzb21lIG9mIHRoZSBldmlkZW5jZXMgZnJvbSB0aGUgb3RoZXIgcGFwZXJzIGluIEEyLCBzaG93aW5nIHRoYXQgYnJlYXN0IGNhbmNlciBpcyBhc3NvY2lhdGVkIHdpdGggdGhlc2UgdG9wIHRlcm1zLgoKCiMgUGFydCAyOiBWaXN1YWxpemUgR2VuZSBzZXQgRW5yaWNobWVudCBBbmFseXNpcwoKIyMgMS4gQ3JlYXRlIGFuIGVucmljaG1lbnQgbWFwCgoqIFRoZSBmb2xsb3dpbmcgdmlzdWFsaXphdGlvbiBpcyBjb25kdWN0ZWQgdXNpbmcgQ3l0b3NjYXBlIFtAbG9wZXMyMDEwY3l0b3NjYXBlXQoqIFRoZSBwYXJhbWV0ZXJzIEkgdXNlZCB3aGVuIGNyZWF0aW5nIHRoZSBlbnJpY2htZW50IG1hcDogRkRSIHdhcyBzZXQgdG8gMC4wMSwgb3RoZXJzIGFyZSBrZXB0IGFzIGRlZmF1bHQuCiogQmFzaWMgaW5mb3JtYXRpb246IHRoZXJlIGFyZSA0NTYgbm9kZXMgYW5kIDUwODcgZWRnZXMgaW4gdGhlIHJlc3VsdGluZyBtYXAuCiogSGVyZSBpcyBhIHNjcmVlbnNob3QgdGhhdCBnaXZlcyBpbmZvcm1hdGlvbiBhYm91dCB0aGUgY3JlYXRpb24gb2YgdGhlIGVucmljaG1lbnQgbWFwLgohW10oaW1hZ2UvY3JlYXRpb25fZW5yaWNobWVudF9tYXAucG5nKQoKIyMgMi4gQW5ub3RhdGUgdGhlIGVucmljaG1lbnQgbWFwCgpJIGRlZmluZWQgdGhlIG1haW4gYmlvbG9naWNhbCB0aGVtZXMgYnkgdXNpbmcgY2xpY2tpbmcgb24gImF1dG8gYW5ub3RhdGUiIC0+ICJhbm5vdGF0ZSIuIFRoZSBzeXN0ZW0gY3JlYXRlZCBjaXJjbGVzIGFyb3VuZCBlYWNoIGNsdXN0ZXIgd2hpY2ggY29ycmVzcG9uZHMgdG8gdGhlIG1vc3QgZnJlcXVlbnQgbm9kZSBsYXZsZXMgaW4gdGhlIGNsdXN0ZXIuIEhlcmUgaXMgYSBzY3JlZW5zaG90IG9mIHRoZSBvdmVydmlldy4KIVtdKGltYWdlL292ZXJ2aWV3X2N5dG9zY2FwZS5wbmcpCgojIyAzLiBNYW51YWxseSBlZGl0IHRoZSBuZXR3b3JrCgoqIEkgbWFkZSBzdXJlIHRoYXQgdGhlcmUgaXMgbm8gb3ZlcmxhcCBiZXR3ZWVuIHRoZSBsYWJlbHMgYW5kIHRoZSBub2Rlcy4gSSBhbHNvIG9yYWduaXplZCB0aGVtIHRvIG1ha2UgdGhlIGludGVyYWN0aW9ucyBjbGVhcmVyLiBUaGUgbGVnZW5kIGlzIG9idGFpbmVkIGZyb20gQmFkZXIgbGFiJ3Mgd2Vic2l0ZS4gCiogSSBkaWQgbm90IHNjcmVlbnNob3QgdGhlIG5ldHdvcmsgc2luY2UgaXQgaXMgdGhlIHNhbWUgYXMgdGhlIHJlc3VsdGluZyBncmFwaCB0aGF0IGFsc28gY29udGFpbnMgdGhlIHR3byBkcnVncyBJIHBpY2tlZC4gVGhlIHNjcmVlbnNob3QgY2FuIGJlIGZvdW5kIGluIHRoZSBzZWN0aW9uOiAiIFBvc3QgYW5hbHlzaXMgLSBEcnVnIEJhbmsiLgoKIyMgNC4gQ29sbGFwc2UgdG8gYSB0aGVtZSBuZXR3b3JrCiogR2VuZXJhbGx5LCB0aGUgbWFqb3IgdGhlbWVzIEkgZm91bmQgYWZ0ZXIgY29sbGFwc2luZyB0aGUgYW5ub3RhdGVkIG5ldHdvcms6IGltbXVuZSByZXNwb25zZXMsIGNlbGwgcHJvbGlmZXJhdGlvbiwgdGFnZXRpbmcsIGFuZCBzaWduYWxpbmcuVGhlcmUgc2VlbXMgdG8gYmUgbm8gbm92ZWwgcGF0aHdheXMuIAoqIEhlcmUgaXMgYW4gb3ZlcnZpZXcgb2YgdGhlIGNvbGxhcHNlZCBncmFwaC4KCiFbXShpbWFnZS9jcm9wcGVkX25vX2RydWdfY29sbGFwc2VkLTEucG5nKQoKIyMgNS4gSW50ZXJwcmV0YXRpb24gb2YgdGhlIGFubm90YXRlZCBuZXR3b3JrCiogVGVybXMgb24gdGhlIGxlZnQgYXJlIHVwLXJlZ3VsYXRlZCBnZW5lcyBhbmQgdGVybXMgb24gdGhlIHJpZ2h0IGFyZSBkb3duLXJlZ3VsYXRlZCBnZW5lcy4gVGhlIGxpbmVzIHNob3dzIHVzIHRoZSBpbnRlcmFjdGlvbnMgYmV0d2VlbiBlYWNoIG1vc3QgZnJlcXVlbnQgdGVybXMuCiogT24gdGhlIGxlZnQgc2lkZSwgd2UgY2FuIHNlZSB0aGF0IHRoZSB0ZXJtIHRoYXQgaGFzIHRoZSBtb3N0IGludGVyYWN0aW9ucyB3aXRoIHRoZSByZXN0IGlzICJyZXNwb25zZSBpbW11bmUgaW1tdW5vZ2xvYnVsaW4iLiBJdCBpcyBjb25uZWN0ZWQgdG8gdGVybXMgbGlrZSAibHltcGhvY3l0ZSBwcm9saWZlcmF0aW9uIiwgImRpZmZlcmVudGlhdGlvbiIsICJuZWdhdGl2ZSBjZWxsIHJlZ3VsYXRpb24iLCAic2lnbmFsaW5nIiwgZXRjLiBFbGV2YXRlZCBsZXZlbCBpbW11bm9nbG9idWxpbiBhbnRpYm9kaWVzIGlzIGZyZXF1ZW50bHkgb2JzZXJ2ZWQgaW4gY2FuY2VycyBvZiBlcGl0aGVsaWFsIG9yaWdpbiwgaW5jbHVkaW5nIGNhcmNpbm9tYXMgb2YgYnJlYXN0LCBjb2xvbiwgYW5kIGxpdmVyLltAcWl1MjAwM2h1bWFuXSBUaGVyZWZvcmUsIGl0IGp1c3RpZmllcyB0aGUgcmVhc29uIHdoeSB0aGlzIHRlcm0gaXMgdXAtcmVndWxhdGVkLgoqIE9uIHRoZSByaWdodCBzaWRlLCB3ZSBub3RpY2UgdGhlIG1haW4gdGVybSBpcyAiQVBDIGRlZGVncmFkYXRpb24iICh3aXRoIHRoZSBtb3N0IGdlbmVzKS4gQW50aWdlbiBwcmVzZW50aW5nIGNlbGxzIChBUENzKSBhcmUgaW1tdW5lIGNlbGxzIHRoYXQgc3BlY2lhbGl6ZSBpbiBwcmVzZW50aW5nIGFuIGFudGlnZW4gdG8gYSBULWNlbGwuIEFQQyBwcm90ZWluIGFjdHMgYXMgYSB0dW1vciBzdXBwcmVzc29yLCB0aGVyZWZvcmUsIHRoZSBkZWdyYWRhdGlvbiBvZiBBUEMgbWVhbnMgdGhhdCB0aGUgc3VwcHJlc3NvciBpcyBubyBsb25nZXIgZnVsbHkgc3VwcGxpZWQgd2hpY2ggY2FuIG5vdCBzdG9wIHRoZSBkaXNlYXNlIGZyb20gZXhwYW5kaW5nLiBPdGhlciB0ZXJtcyBhcmUgcmVsYXRlZCB0byBjZWxsICogdHJhbnNwb3J0LCBldGMuCiogSW4gY29uY2x1c2lvbiwgdGhvc2UgdGVybXMgYXJlIHByZWRpY3RlZCBieSB0aGUgZzpwcm9maWxlciBpbiBBMiBldmVuIGlmIHRoZXkgZG9uJ3QgaGF2ZSB0aGUgZXhhY3Qgc2FtZSBuYW1lcy4gVGhlcmVmb3JlLCB3ZSBjYW4gY29uY2x1ZGUgdGhhdCB0aGUgZGlzZWFzZSBpcyBtb3N0bHkgZHVlIHRvIGltbXVuZSByZXNwb25zZSBtYWxmdW5jdGlvbiwgd2hpY2ggdGhlbiBsZWFkcyB0byBwcm9ibGVtcyBpbiBjZWxsIG1ldGFib2xpc20gaW4gdmFyaW91cyB3YXlzLgoKIyA2LiBQb3N0IGFuYWx5c2lzIC0gRHJ1ZyBCYW5rCgpUaGUgcmVhc29uIHdoeSBJIGNob29zZSB0byBkbyB0aGUgcG9zdCBhbmFseXNpcyB3aXRoIGRydWdzIGlzIGJlY2F1c2UgdGhlIHBhcGVyIG1lbnRpb25lZCBhYm91dCBmaW5kaW5nIGEgdGFyZ2V0IGZvciBhIGRydWcuIFRoZSBkcnVnIGlzIFBhY3JpdGluaWIuIEhvd2V2ZXIsIHRoaXMgZHJ1ZyBpcyBub3QgYW5ub3RhdGVkLCBhbmQgdGh1cyBub3Qgc3RvcmVkIGluIHRoZSBCYWRlciBMYWIgZmlsZS4gVGhlcmVmb3JlLCBJIGNob3NlIHRoZSB0b3AgZHJ1ZyAoQWJjaXhpbWFiKSBbQGxhdzIwMTRkcnVnYmFua10gZnJvbSBCYWRlciBsYWIgYXBwcm92ZWQgZHJ1Z3MgZmlsZS4gVGhlIHBhcGVyIGFsc28gbWVudGlvbmVkIHRoYXQgdGhleSB1c2UgR2VtY2l0YWJpbmUgdG8gdHJlYXQgYnJlYXN0IGNhbmNlciBpZiB0aGUgZGlzZWFzZSBkb2VzIG5vdCBleHBhbmQgZnVydGhlci4gCgoqIFBhcmFtZXRlcnM6IE1hbm4gV2hpdGVuZXkoT25lLXNpZGVkIGdyZWF0ZXIpOiBzaW5jZSBJIGRvIG5vdCBjYXJlIHdoZXRoZXIgaXQgdGFyZ2V0cyB0aGUgdXAtcmVndWxhdGVkIG9yIGRvd24tcmVndWxhdGVkIGdlbmVzLgoKKiBUaGUgcmVzdWx0aW5nIGdyYXBoIHNob3dzIHRoYXQgdGhlcmUgYXJlIG5vIGNvbm5lY3Rpb24gZm9yIEdlbWNpdGFiaW5lIHdpdGggYW55IHBhdGh3YXlzLCBhbmQgYSBsb3Qgb2YgdXAtcmVndWxhdGVkIGdlbmVzIGFyZSB0YXJnZXRlZCBieSBBYmNpeGltYWIuIFRoZSB0ZXJtcyB0aGF0IGFyZSB0YXJnZXRlZCBhcmUgbW9zdGx5IHRoZSB1cC1yZWd1bGF0ZWQgZ2VuZXMsIHN1Y2ggYXMgInJlc3BvbnNlIGltbXVuZSBpbW11bm9nbG9iaW4iLCB0byByZWR1Y2UgdGhlIGVsZXZhdGVkIGxldmVsIG9mIHRoZSBhbnRpYm9keS4gSXQgYWxzbyByZWR1Y2VzIHRoZSBsZXZlbCBvZiBvdGhlciBjZWxsIG1ldGFib2xpYyB0ZXJtcyB0aGF0IGFyZSBpbiB0aGUgc2FtZSBwYXRod2F5IGFzIHRoZSAicmVzcG9uc2UgaW1tdW5lIGltbXVub2dsb2JpbiIgKGRpc2N1c3NlZCBpbiB0aGUgc2VjdGlvbiBhYm92ZSkuIFRoZSBtYWluIGZ1bmN0aW9uIG9mIHRoaXMgZHJ1ZyBpcyB0byByZWR1Y2UgYW50aWJvZGllcywgYW5kIG90aGVyIG92ZXItcHJvZHVjZWQgbW9sZWN1bGVzLCBidXQgbm90IGVsZXZhdGluZyB0aGUgd2VhayB0ZXJtcyAodGhlIGRvd24tcmVndWxhdGVkIGdlbmVzKS4gCgoqIFRoZSBvbmx5IHRoaW5nIG5vdCBleHBlY3RlZCBpcyB0aGF0IEdlbWNpdGFiaW5lIGRvZXMgbm90IHRhcmdldCB0aGUgdGVybSAiY2VsbCBwcm9saWZlcmF0aW9uIHBvc2l0aXZlIiB3aGljaCBpcyB3aGF0IHRoZSBtYWluIG9iamVjdCBvZiBHZW1jaXRhYmluZS4gR2VtY2l0YWJpbmUgaXMgYSBkcnVnIHRoYXQga2lsbHMgdGhlIGZhc3QtZ3Jvd2luZyBjZWxscy4gVGhlcmVmb3JlLCBpdCBpcyBub3QgZXhwZWN0ZWQgdG8gc2VlIHRoYXQgdGhpcyBkcnVnIGRvZXMgbm90aGluZyBpbiB0aGlzIGRpc2Vhc2UgcGF0aHdheS4KCiogSXQgbWlnaHQgYmUgaGFyZCB0byBzZWUgdGhlIEdlbWNpdGFiaW5lLCBpdCBpcyByaWdodCBiZXNpZGUgQWJjaXhpbWFiLC4KIVtdKGltYWdlL3B1YmxpY2F0aW9uX2ZpZ3VyZS5wbmcpCgohW10oaW1hZ2UvY3JvcHBlZF9ub19kcnVnX2NvbGxhcHNlZC0xLnBuZykKCiMgUmVmZXJlbmNlcwo=